h1 a {
	color: white;
}

h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
	width: 292px;
	height: 83px;
	background: transparent url(../images/logo.png) no-repeat;
}

h1.igi {
	width: 508px;
}

h1.igi span {
	width: 508px;
	background-image: url(../images/logo-igi.png);
}

/* Headings */
h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0.4em 0;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color: #0d3a64;
	line-height: 1em;
}

h2 {
	margin-top: 1em;
}

h2 a, h3 a, h4 a, h4 a, h6 a {
	color: #0d3a64;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1.0em;
}

h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
	display: inline;
}

/* Links */
a {
	color: #0a2945;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, a.hover {
	color: #0d355a;
	text-decoration: none;
}

a img {
	border: none;
}

/* lists */
ul {
	list-style: square;
}